(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
APTR AllocRemember()
SYNOPSIS
struct Remember ** rememberKey
ULONG size
ULONG flags
LOCATION
In IntuitionBase at offset 66
FUNCTION
Allocate some memory and remeber it in the Remeber-List.
INPUTS
rememberKey
Store information in this list
size
How many bytes to allocate
flags
Attributes (see AllocMem())
RESULT
Pointer to the allocated memory or NULL.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
Another four functions.